home *** CD-ROM | disk | FTP | other *** search
- Subject: RE>Re: Presentations
- Sent: 8/1/96 4:37 PM
- Received: 8/1/96 4:51 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Great! How will that work with embedded parts? I assume proxies will
- >still be displayed in every frame of their presentation. Will it be
- >possible for a proxy to be displayed in multiple presentations? If you
- >view the part in a window and then change the presentation, what happens?
- >Do all frames change their presentations, or only the active one?
- >
- >Rob Cope
- >Eclipse Services
-
- Change presentation is per frame. When changing presentation the CFrame
- object doesn't change, only the view layout changes. In the case where
- you are switching from an embedding presentation to a non-embedding
- presentation you will be still in both cases using the same embedding
- frame. You will have to remove the embedded facets to hide the embedded
- frames when switching to the non-embedding presentation. You cannot
- remove the embedded frames because this is the way you are referencing
- your embedding parts. There are some strange issues in OpenDoc with that
- because even if your are using a non-embedding presentation why keeping
- your embedded frames? the problem is that if you remove then how do you
- get them back when you switch back to the embedding presentation?
-
- Also, proxies are now independant of presentation.
- FW_CPresentation::Embed has been moved (I now one more time but it is I
- hope the last time) to proxy. So after creating your proxy you can call
- FW_MProxy::Embed for each presentation.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-